Skip to content

DO NOT MERGE - this is a diff of what's changed since Release 3.0.8#368

Draft
severinbeauvais wants to merge 61 commits intorelease-3.0.8from
master
Draft

DO NOT MERGE - this is a diff of what's changed since Release 3.0.8#368
severinbeauvais wants to merge 61 commits intorelease-3.0.8from
master

Conversation

@severinbeauvais
Copy link
Collaborator

DO NOT MERGE

dependabot bot and others added 30 commits March 16, 2023 10:18
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
changed a "var" to a "let"
fixed a redundant string declaration
* Fix serialize array

* Fix type hint

* use list comprehension
Added an environment alert that displays what environment is passed in (DEV, TEST, or SANDBOX)
…he updated Header component. (#358)

* Made it so DEV or DEVELOPMENT (case does not matter) for passing in environment

* Bumped up version numbers in package.json and package-lock.json
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.1...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#339)

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ts (#340)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 103.0.0 to 119.0.1.
- [Commits](giggio/node-chromedriver@103.0.0...119.0.1)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
seeker25 and others added 3 commits February 4, 2025 08:54
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1.
- [Commits](indutny/elliptic@v6.5.4...v6.6.1)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* upgrade keycloak library

* Fix keycloak

* Fix some unit tests

* remove postcss.config

* restore missing

* lint
@severinbeauvais
Copy link
Collaborator Author

Is this the same as the sum of individual releases from 3.0.8 until now?

https://github.com/bcgov/sbc-common-components/releases

Jxio and others added 4 commits March 11, 2025 11:06
* Add pinia store and remove vuex

* npm version minor

* components update

* fee service change

* add @vue/composition-api and 3 working unit tests

* Reverted package-lock.json to commit 3d14179

* Reverted package.json to commit 3d14179

* upgrade axios

* package-lock.json clean and some version rollback

* tweaks

* remove composition-api and store updates

* add App.vue for testing

* Readd in composition-api

* small tweak for typescript

* Remove junk

* composition-api setup

* fix lint

* tweaks on unit tests

* unit test tweaks

* unit test tweaks

* unit test tweaks

* update stores to composition style

* use toRefs on store.state

* Missing import

* tweaks

* unit test tweaks

* revert SBC-Connect changes, not ready

* codecov fixes

* code cov fixes

* codecov fixes

* fix unit test error

* update CI and CD

* fix lint

* unit test fixes

* fix lint

* remove codecov

---------

Co-authored-by: Travis Semple <travis8814@gmail.com>
* bug fix - login error

* version update
// checking for account status
await this.checkAccountStatus()
}
this.$emit('account-data-loaded')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you see this being used? Would it update a store property that a UI could do something with (or await)?

ochiu and others added 5 commits May 6, 2025 08:13
@sonarqubecloud
Copy link

* 31568 - remove release notes link from footer

* bump sbc-common-components to v3.1.7

* update packgae-lock.json
@sonarqubecloud
Copy link

Jxio and others added 12 commits February 25, 2026 16:34
* Fix SbcHeader Pinia store reactivity by using stores directly

The beforeCreate hook pattern using mapState/mapGetters/mapActions lost
reactivity in Vue 2.7 + Pinia + Vite environments. Replace with direct
store access via computed getters and method wrappers.

* Fix NavigationBar and NotificationPanel to use Pinia stores directly

* Fix PaySystemAlert and SbcProductSelector to use Pinia stores directly
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 5, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.